home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / private / Drivers / i386 / BusMouse.config / Spanish.lproj / BusMouseInspector.nib / data.classes next >
Encoding:
Text File  |  1994-10-04  |  1.1 KB  |  42 lines

  1. IODeviceInspector = {
  2.     ACTIONS = {
  3.     "channelOrInterruptPicked:" = "channelOrInterruptPicked:"; 
  4.     "rangeDidChange:" = "rangeDidChange:"; 
  5.     "showInfo:" = "showInfo:"; 
  6.     }; 
  7.     OUTLETS = {
  8.     accessoryHolder = accessoryHolder; 
  9.     dmaBox = dmaBox; 
  10.     dmaMatrix = dmaMatrix; 
  11.     infoButton = infoButton; 
  12.     infoPanel = infoPanel; 
  13.     infoText = infoText; 
  14.     inspectionView = inspectionView; 
  15.     irqBox = irqBox; 
  16.     irqMatrix = irqMatrix; 
  17.     memoryBox = memoryBox; 
  18.     memoryController = memoryController; 
  19.     origWindow = origWindow; 
  20.     portsBox = portsBox; 
  21.     portsController = portsController; 
  22.     statusTitle = statusTitle; 
  23.     }; 
  24.     SUPERCLASS = Object; 
  25. };
  26. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  27. BusMouseInspector = {
  28.     ACTIONS = {
  29.     "setResolutionFromSlider:" = "setResolutionFromSlider:"; 
  30.     "setResolutionFromTextField:" = "setResolutionFromTextField:"; 
  31.     }; 
  32.     OUTLETS = {
  33.     BusMouseView = BusMouseView; 
  34.     fastText = fastText; 
  35.     resolutionBox = resolutionBox; 
  36.     resolutionField = resolutionField; 
  37.     resolutionSlider = resolutionSlider; 
  38.     slowText = slowText; 
  39.     }; 
  40.     SUPERCLASS = IODeviceInspector; 
  41. };
  42.